Though I'm not new to taglib creation but I am confused as to how we can use an existing tag definition within my own custom tag?
I am writing a taglib to encapsulate a jsp code snippet which is used regularly within jsp files. But that snippet contains other struts tag like , etc.
I have to encapsulate all of this in one single custom tag.
Is it possible that I can make use of struts taglib classes directly or what else?
On the JSP page ... check the source of the response and facilitate your view accordingly. [ I hope you just have to show some text on the various div's that you have mentioned]
suki sahu wrote:
Any solutions to get rid off this idea?
Cant i give two session inactive times?
If not then how to login as a user and as a admin from the same browser and at the same time?
You can only have one active session per web application per web browser.
So as in your case when you re-login as admin the same session's inactive interval is reset.
I'm developing an application that runs on mobile phones.
I have to send some data to the client (on another server) through POST.
As some of the low end phones do not have javascript functionality, i cannot use auto submit or something else like that using javascipt.
So for that reason i asked ... if there's a way out ???
Is There a way apart from using scripting e.g. javascript to submit a form automatically?
The Scenario here is simple.
1. A form is displayed to the user
2. Upon Submission he is redirected to another jsp page (say interim.jsp)
3. interim.jsp has a form which i want to submit automatically without any user intervention
So, Is there a way to do it without using javascript? I can't find any though