I have a problem with sorting columns and export of the display tag tables. All 
those links point now to the JSP and not to the action, so the data is not 
reloaded.

Having a look at the JSP source as generated by the Bpm4Struts cartridge, I see 
that I have : "<display:table [...] 
requestURI="${pageContext.request.requestURI}" [...] />". If I read the docs at 
http://java.sun.com/j2ee/1.4/docs/api/javax/servlet/http/HttpServletRequest.html#getRequestURI()
 it seems that requestURI should return the path requested by the client (so it 
should be the action and not the JSP). I probably understand this one wrong ...

Second problem, which will arise soon : the "requestURI" does not return the 
parameters used for the request, so if I load data depending on a request 
parameter, it wont work either.

Funny thing, it actually worked well until I added a tile in the layout that 
also needs to load some data (that is : the tile is an action itself).

It could have something to do with the display-tag "ResponseOverrideFilter", 
but if I read the docs right, this should only take care of changing the 
content-type of the response ...

I'm a bit lost ... any help is appreciated, thanks
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=888#888
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to