AW: avoid proxy-caching by generating changing urls

2003-11-22 Thread Christine Gerstenmayer
haven't found time to explore it. Let me know if it's work for you. Carl Christine Gerstenmayer wrote: Hi all ! My application is running behind a proxy which caches everything, if the url is the same. It's no use that I have this in each Jsp: meta http-equiv=pragma content

avoid proxy-caching by generating changing urls

2003-11-18 Thread Christine Gerstenmayer
Hi all ! My application is running behind a proxy which caches everything, if the url is the same. It's no use that I have this in each Jsp: meta http-equiv=pragma content=no-cache Therefore I used the Struts-property controller nocache=true/ But it was not that I expected: My

AW: html:text with property maxlength not as a literal

2003-11-07 Thread Christine Gerstenmayer
=bean:write name=userobject property=strUserSize/ maxlength=bean:write name=userobject property=strUserMaxlength/ is this possible ? thanks and regards christine -Ursprüngliche Nachricht- Von: Christine Gerstenmayer [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 06

AW: AW: html:text with property maxlength not as a literal

2003-11-07 Thread Christine Gerstenmayer
of lack of quotes. And after quotes, attribute value will used as strings. Christine Gerstenmayer wrote: hi guys and girls, it seems that it is not quite clear what i mean and that is why no one answers me. i want to do something like this: read the property from

RE: ActionErrors are not displayed after page is refreshed.

2003-11-06 Thread Christine Gerstenmayer
Hi, I think the problem is that you define a new Event when going to top of your page. Try this: make a simple javascript, that sets the focus to an element at the top of the page (that leads the browser to go to the focused element and therefore to the top of the page), then your Error-Messages

html:text with property maxlength not as a literal

2003-11-05 Thread Christine Gerstenmayer
Hi, I am a beginner in developing a web-application with Struts. Therefore my question may be stupid. My problem is, that I want to read the value for the maxlength of an input field from the ApplicationResources.properties - or better - from a Bean through a getter-Method. Cause: I have to