DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30696>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30696

Struts-Tiles-JSF-Integration SOMETIMES creates blank pages





------- Additional Comments From [EMAIL PROTECTED]  2004-08-30 07:57 -------
The latest nightly build struts-faces-20040829.zip includes a new 
s:commandLink Tag to replace h:commandLink, not s:outputLink!
Am I supposed to test with s:commandLink or is s:outputLink soon to be 
included in a nightly build?

My reason for using h:outputLink instead of an s:form was the following 
approach:
1) I declare a Struts DynaActionForm
2) I declare an Struts Action "scrollarticles" using the form
3) I use f:param to dynamically set the values for the form's fields while 
generating a list e.g. from a database.
The links' URLs generated are like:
href=scrollarticles.do?page=1
href=scrollarticles.do?page=2
href=scrollarticles.do?page=3

4) Usually when I click a link like scrollarticles.do?page=2 for the SECOND 
time I get the blank page, clicking it for the FIRST time works fine!

Please let me know whether I should use forms with your new s:commandLink or 
wait for s:outputLink (which is not yet included in the latest nightly build).

Thank You sooo much for working on this!

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to