History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: BPM-257
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Wouter Zoons
Reporter: Lee Greiner
Votes: (View)
Watchers: (View)
Operations

If you were logged in you would be able to see more operations.
Bpm4Struts Cartridge

${jsp.fullPath}-graderAssignments.jspf erroneously generated

Created: 28/Sep/05 07:15 AM   Updated: 28/Jan/06 09:03 PM
Component/s: None
Affects Version/s: 3.1-RC1
Fix Version/s: 3.2-RC1


 Description   
I have an action state that calls a deferred controller method and the transition leaving the action state has a collection page variable. The transition enters a dummy action state that does nothing and then transitions to a decision point. The dummy action state is required because you can't have page variables on a transition into a decision point.

From the decision point I have transitions to 2 front-end views. My goal is to have the collection rendered as a table in these views. Model validation succeeds but a file named ${jsp.fullPath}-graderAssignments.jspf is generated in web/target/src containing the displaytag information needed to render the collection. It doesn't appear as though the variable substitution is taking place because I have confused bpm4struts.

Also, the jsp is not including the jspf(tile) even if it were named correctly.

 All   Comments   Change History      Sort Order:
Comment by Wouter Zoons [01/Nov/05 02:57 PM]
hi Lee, would it be possible to attach a screenshot of this diagram ? I would like to know the names of the model elements involved

Comment by Lee Greiner [04/Nov/05 04:05 PM]
It's been quite a while since I wrote this issue. Worked around it if I remember correctly. I can try to preproduce but it will have to wait a few days (in the final stages of my current project).

Comment by Chad Brandon [04/Nov/05 04:11 PM]
Actually you can see the same thing in the online-store build. Wouter, check the target/src directory for the online store, you'll find "${jsp.fullPath}-itemList.jspf".

Comment by Wouter Zoons [04/Nov/05 06:01 PM]
ah, okay .. I'll check it out. thanks!

Comment by Wouter Zoons [28/Jan/06 09:03 PM]
I added a conditional mapping on page-table.jspf.vsl in cartridge.xml: <property name="jsp"/>, this seems to fix the problem