Hi,

The <s:url> tag has a very usefull parameter "includeContext". Since it
could shortcut a lot of staff executed by the proxy module, i m currently
extending this parameter to the <s:form>. 
 
Here is what I did:
In java class' sources:
Add Form.includeContext,isIncludeContext(),setIncludeContext(bolean)
Add FormTag.setIncludeContext definition and call

In Struts-tag.tld -> Add in Form tag the include Context Attribute

Everything works fine, But -- there is a a but -- the character encoding
(utf8) of my html/jsp pages is not respected. Can give any help ?

Best regards,

PS: I wish this could be included in future version of struts, since as
described before "it can shortcut a lot of staff executed by the proxy
module".

 

 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org

Reply via email to